Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't append .exe to binaries ending in .xctest #1377

Merged
merged 2 commits into from
Feb 12, 2025

Conversation

plemarquand
Copy link
Contributor

Certain non standard workflows (CMake) could produce binaries that end in .xctest. Only append .exe if it doesn't already have a valid extension.

Also declare testType in the debug configuration schema allowing users to declare what type of test framework they're using in the launch config if they're using a non standard flow.

Issue: #1364

Certain non standard workflows (CMake) could produce binaries that end
in .xctest. Only append .exe if it doesn't already have a valid extension.

Also declare `testType` in the debug configuration schema allowing users
to declare what type of test framework they're using in the launch config
if they're using a non standard flow.

Issue: swiftlang#1364
@plemarquand plemarquand merged commit 39fb686 into swiftlang:main Feb 12, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants